func os.removeAllFrom
4 uses
os (current package)
removeall_at.go#L56: if err := removeAllFrom(sysfdType(parent.Fd()), base); err != nil {
removeall_at.go#L66: func removeAllFrom(parentFd sysfdType, base string) error {
removeall_at.go#L123: err := removeAllFrom(sysfdType(file.Fd()), name)
root_openat.go#L210: return struct{}{}, removeAllFrom(parent, name)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |